Skip to content

ARROW-10623: [R] Parquet forwards compatibility testing#9107

Closed
jonkeane wants to merge 1 commit into
apache:masterfrom
jonkeane:ARROW-10623-attr-writing-test
Closed

ARROW-10623: [R] Parquet forwards compatibility testing#9107
jonkeane wants to merge 1 commit into
apache:masterfrom
jonkeane:ARROW-10623-attr-writing-test

Conversation

@jonkeane

@jonkeane jonkeane commented Jan 5, 2021

Copy link
Copy Markdown
Member

No description provided.

@jonkeane

jonkeane commented Jan 5, 2021

Copy link
Copy Markdown
Member Author

@github-actions crossbow submit test-r-rstudio-r-arrow-1.0.1-compatibility

@github-actions

github-actions Bot commented Jan 5, 2021

Copy link
Copy Markdown

@nealrichardson

Copy link
Copy Markdown
Member

In case it helps, you don't need to run this through docker-compose. I might just create a new GHA yaml (like there is for as-cran testing) that does what I want. And what I want is something that: installs from commit, runs R script to write out a parquet or feather file (or multiple), bundle the files and stash them as a build artifact, and then a matrix job that depends on that one, matrix of R versions, downloads the artifact, remotes::install_version, run test script that reads the file(s) and asserts about them.

Also, feel free to put the writing and reading/testing scripts somewhere else that is is .Rbuildignored, they don't have to be part of the regular test suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants